Add Dockerfile and build workflow#1188
Merged
gentlegiantJGC merged 19 commits into0.10from Aug 28, 2025
Merged
Conversation
Added a workflow to build the docker image automatically.
step 1
making it so it will update the install version of amulet when built. before it wouldn't do anything unless the Docker file was manually edited.
did the other side of the code
changing fall back version
Member
Author
|
@dragonruler1000 I have merged these into one pull request because it was making the timeline a confusing mess. I think this should work now. |
Member
Author
|
The docker image is very close to the maximum file size for release assets. |
Member
Author
|
@GGQQmax if you have any knowledge of docker can you review this. |
Member
Author
|
@dragonruler1000 can you check this please |
Contributor
|
Looks good to me. Though if it gets to be to large then we can people just get the docker file from docker hub. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a dockerfile and build workflow to automatically build a docker image for Amulet.
There is also a built image in this release.
https://github.com/Amulet-Team/Amulet-Map-Editor/releases/tag/0.10.45a5
This was previously multiple pull requests patching issues in the previous pull request but to simplify the timeline I have merged it into one.
Resolves #1182